3.131 \(\int (d x)^m (a+b \tanh ^{-1}(c x^3))^2 \, dx\)

Optimal. Leaf size=21 \[ \text {Int}\left ((d x)^m \left (a+b \tanh ^{-1}\left (c x^3\right )\right )^2,x\right ) \]

[Out]

Unintegrable((d*x)^m*(a+b*arctanh(c*x^3))^2,x)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int (d x)^m \left (a+b \tanh ^{-1}\left (c x^3\right )\right )^2 \, dx \]

Verification is Not applicable to the result.

[In]

Int[(d*x)^m*(a + b*ArcTanh[c*x^3])^2,x]

[Out]

Defer[Int][(d*x)^m*(a + b*ArcTanh[c*x^3])^2, x]

Rubi steps

\begin {align*} \int (d x)^m \left (a+b \tanh ^{-1}\left (c x^3\right )\right )^2 \, dx &=\int (d x)^m \left (a+b \tanh ^{-1}\left (c x^3\right )\right )^2 \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 1.25, size = 0, normalized size = 0.00 \[ \int (d x)^m \left (a+b \tanh ^{-1}\left (c x^3\right )\right )^2 \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(d*x)^m*(a + b*ArcTanh[c*x^3])^2,x]

[Out]

Integrate[(d*x)^m*(a + b*ArcTanh[c*x^3])^2, x]

________________________________________________________________________________________

fricas [A]  time = 1.06, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (b^{2} \operatorname {artanh}\left (c x^{3}\right )^{2} + 2 \, a b \operatorname {artanh}\left (c x^{3}\right ) + a^{2}\right )} \left (d x\right )^{m}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^m*(a+b*arctanh(c*x^3))^2,x, algorithm="fricas")

[Out]

integral((b^2*arctanh(c*x^3)^2 + 2*a*b*arctanh(c*x^3) + a^2)*(d*x)^m, x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \operatorname {artanh}\left (c x^{3}\right ) + a\right )}^{2} \left (d x\right )^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^m*(a+b*arctanh(c*x^3))^2,x, algorithm="giac")

[Out]

integrate((b*arctanh(c*x^3) + a)^2*(d*x)^m, x)

________________________________________________________________________________________

maple [A]  time = 0.19, size = 0, normalized size = 0.00 \[ \int \left (d x \right )^{m} \left (a +b \arctanh \left (c \,x^{3}\right )\right )^{2}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x)^m*(a+b*arctanh(c*x^3))^2,x)

[Out]

int((d*x)^m*(a+b*arctanh(c*x^3))^2,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \frac {b^{2} d^{m} x x^{m} \log \left (-c x^{3} + 1\right )^{2}}{4 \, {\left (m + 1\right )}} + \frac {\left (d x\right )^{m + 1} a^{2}}{d {\left (m + 1\right )}} - \int -\frac {{\left (b^{2} c d^{m} {\left (m + 1\right )} x^{3} - b^{2} d^{m} {\left (m + 1\right )}\right )} x^{m} \log \left (c x^{3} + 1\right )^{2} + 4 \, {\left (a b c d^{m} {\left (m + 1\right )} x^{3} - a b d^{m} {\left (m + 1\right )}\right )} x^{m} \log \left (c x^{3} + 1\right ) - 2 \, {\left ({\left (b^{2} c d^{m} {\left (m + 1\right )} x^{3} - b^{2} d^{m} {\left (m + 1\right )}\right )} x^{m} \log \left (c x^{3} + 1\right ) - {\left (2 \, a b d^{m} {\left (m + 1\right )} - {\left (2 \, a b c d^{m} {\left (m + 1\right )} + 3 \, b^{2} c d^{m}\right )} x^{3}\right )} x^{m}\right )} \log \left (-c x^{3} + 1\right )}{4 \, {\left (c {\left (m + 1\right )} x^{3} - m - 1\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^m*(a+b*arctanh(c*x^3))^2,x, algorithm="maxima")

[Out]

1/4*b^2*d^m*x*x^m*log(-c*x^3 + 1)^2/(m + 1) + (d*x)^(m + 1)*a^2/(d*(m + 1)) - integrate(-1/4*((b^2*c*d^m*(m +
1)*x^3 - b^2*d^m*(m + 1))*x^m*log(c*x^3 + 1)^2 + 4*(a*b*c*d^m*(m + 1)*x^3 - a*b*d^m*(m + 1))*x^m*log(c*x^3 + 1
) - 2*((b^2*c*d^m*(m + 1)*x^3 - b^2*d^m*(m + 1))*x^m*log(c*x^3 + 1) - (2*a*b*d^m*(m + 1) - (2*a*b*c*d^m*(m + 1
) + 3*b^2*c*d^m)*x^3)*x^m)*log(-c*x^3 + 1))/(c*(m + 1)*x^3 - m - 1), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.05 \[ \int {\left (d\,x\right )}^m\,{\left (a+b\,\mathrm {atanh}\left (c\,x^3\right )\right )}^2 \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x)^m*(a + b*atanh(c*x^3))^2,x)

[Out]

int((d*x)^m*(a + b*atanh(c*x^3))^2, x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)**m*(a+b*atanh(c*x**3))**2,x)

[Out]

Timed out

________________________________________________________________________________________